Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / Paginate Method / Paginate(IWorksheet,IList<IRange>,IList<RepeatSetting>) Method
The worksheet object.
The collection of ranges that need to keep together.
The collection of repeat settings for a Range.
In This Topic
    Paginate(IWorksheet,IList<IRange>,IList<RepeatSetting>) Method
    In This Topic
    Generate pagination information for the worksheet.
    Syntax
    public System.Collections.Generic.IList<PageInfo> Paginate( 
       IWorksheet worksheet,
       System.Collections.Generic.IList<IRange> keepTogetherRanges,
       System.Collections.Generic.IList<RepeatSetting> repeatSettings
    )

    Parameters

    worksheet
    The worksheet object.
    keepTogetherRanges
    The collection of ranges that need to keep together.
    repeatSettings
    The collection of repeat settings for a Range.
    See Also